Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New outfit tutorial #34

Merged
merged 11 commits into from
Dec 20, 2024
Merged

New outfit tutorial #34

merged 11 commits into from
Dec 20, 2024

Conversation

JojjeE
Copy link
Contributor

@JojjeE JojjeE commented Dec 19, 2024

Covers:

  • Charset
  • Outfit
  • Globaldata
  • Blobs
  • Localization
  • Peacock (Repository and unlockables)
  • Chongqing rain logic

I think this is our longest yet clocking in at a little under 6800 words. Please give feedback if anything looks weird or I haven't explained something well enough. Brain mushy. Thanks.

Copy link
Member

@Notexe Notexe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From what I can tell everything seems to be good. I'm not really too sure if it's worth adding information about patching the starter package thing for offline mode support or not.

- Which character set to use
- Name and description, which is for the disguise bags in the level

There is also a brick called `globaldata`. This is a brick that the game always loads, and it includes important basic gameplay elements. This includes 47's starter outfits, any outfit you can go into a level with.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe change this to "This includes 47's starter outfits and any outfit you can go into a level with." just to make it read a bit better.


## Extra Credit: Peacock Addon

Your mod is finished now, if your goal was just to replace a suit with your own. But we can go the extra mile too, and add our suit to the game without replacing any others. This will only work if the mod user is playing on Peacock, however. Doing this will require modifying the repository and unlockables which won't do anything if we play on IOI's servers, as we mentioned earlier.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might be worth mentioning that this also works in offline mode

Edit: nvm that requires the starter package thing I think

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah I didn't consider offline mode. Yeah that would be the purpose of the starter package patch. I already wrote it so I may as well reincorporate it slightly reworded.

Also alter some wording and a tip about checking globaldata if you can't find an outfit in the spreadsheet.
@Notexe
Copy link
Member

Notexe commented Dec 20, 2024

Seems good to me, will merge it

@Notexe Notexe merged commit 344d3c3 into glacier-modding:main Dec 20, 2024
1 check passed
@JojjeE JojjeE deleted the newoutfit branch December 20, 2024 22:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants